projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
2a16fcd
d6e8fd3
)
Merge branch 'for-4.4.tmem' of git://xenbits.xen.org/people/konradwilk/xen into staging
author
Jan Beulich
<jbeulich@suse.com>
Fri, 22 Nov 2013 14:27:19 +0000
(15:27 +0100)
committer
Jan Beulich
<jbeulich@suse.com>
Fri, 22 Nov 2013 14:27:19 +0000
(15:27 +0100)
1
2
xen/include/xen/tmem_xen.h
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
xen/include/xen/tmem_xen.h
index 9fb74462372182e3aa25b16a32df4de720dc5cc5,034fd5c34a373765c6e3117b86b16c38063b87f2..b26c6faad90727321f90b216ee74319b90e867ae
---
1
/
xen/include/xen/tmem_xen.h
---
2
/
xen/include/xen/tmem_xen.h
+++ b/
xen/include/xen/tmem_xen.h
@@@
-439,10
-328,10
+328,10
@@@
typedef XEN_GUEST_HANDLE(char) cli_va_t
typedef XEN_GUEST_HANDLE_PARAM(tmem_op_t) tmem_cli_op_t;
typedef XEN_GUEST_HANDLE_PARAM(char) tmem_cli_va_param_t;
- static inline int tm
h
_get_tmemop_from_client(tmem_op_t *op, tmem_cli_op_t uops)
+ static inline int tm
em
_get_tmemop_from_client(tmem_op_t *op, tmem_cli_op_t uops)
{
#ifdef CONFIG_COMPAT
- if (
is_hvm
_vcpu(current) ?
+ if (
has_hvm_container
_vcpu(current) ?
hvm_guest_x86_mode(current) != 8 :
is_pv_32on64_vcpu(current) )
{